home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / TABCNTRL.PAK / DEMO.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  499b  |  22 lines

  1.  
  2. //defines for demo.c and prototypes. 
  3.  
  4. #define IDM_TABCONTROL   2000
  5. #define IDM_DISPLAYCHILD 2001
  6.  
  7. #define IDS_START     110
  8. #define IDS_SHAPES    110
  9. #define IDS_CIRCLES   111
  10. #define IDS_LEAVES    112
  11. #define IDS_STREAMERS 113
  12.  
  13. #define IDS_STARTDESC 120
  14. #define IDS_DESCSHAPES    120
  15. #define IDS_DESCCIRCLES   121
  16. #define IDS_DESCLEAVES    122
  17. #define IDS_DESCSTREAMERS 123
  18.  
  19. extern HWND hwndTabControl;      // Global Window hadndle for tab control.
  20.  
  21. BOOL   DemoInit(HWND);
  22.